home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / organic / media / content / book_flash.swf / scripts / DefineButton2_137 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-05-14  |  441 b   |  12 lines

  1. on(press){
  2.    if(getTimer() - t < 500 and this.hitTest(_root._xmouse,_root._ymouse,true))
  3.    {
  4.       eval("_root.l4.content.field_pl" + _root.field_select).gotoAndStop(1);
  5.       gotoAndStop(2);
  6.       _root.field_select = int(String(this).slice(27,String(this).length));
  7.       var iden = eval("_root.l4.content.field_pl" + _root.field_select).id;
  8.       getURL("javascript:showItem(\'" + iden + "\')","");
  9.    }
  10.    t = getTimer();
  11. }
  12.